home *** CD-ROM | disk | FTP | other *** search
/ Minami 49 / MINAMI49.ISO / Varios / Juegos Flash / Futbol Chapas.exe / scripts / DefineButton2_48 / BUTTONCONDACTION on(release).as
Text File  |  2003-04-29  |  183b  |  11 lines

  1. on(release){
  2.    gotoAndPlay(1);
  3.    set("/count:counter","90");
  4.    set("/scores:scorel","0");
  5.    set("/scores:scorer","0");
  6.    tellTarget("/count")
  7.    {
  8.       play();
  9.    }
  10. }
  11.